home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 16 / AMIGAplus Sonderheft 16 (1998)(ICP)(DE)[!].iso / pd / anwendungen / xpk_source / xpkmaster / all.c next >
C/C++ Source or Header  |  1998-08-27  |  969b  |  46 lines

  1. #ifndef XPKMASTER_ALL_C
  2. #define XPKMASTER_ALL_C
  3.  
  4. /* Programmheader
  5.  
  6.     Name:        All.c
  7.     Main:        xpkmaster
  8.     Versionstring:    $VER: All.c 1.3 (21.02.1998)
  9.     Author:        SDI
  10.     Distribution:    Freeware
  11.     Description:    the xpk packing library system
  12.  
  13.  1.0   28.10.96 : first SDI version
  14.  1.1   19.12.97 : fixed local base method
  15.  1.2   09.01.98 : removed util.c
  16.  1.3   21.02.98 : changed xpk_strings.c to texts.c
  17. */
  18.  
  19. #ifdef __MAXON__
  20.   #include "SDI_xpksub.h"
  21.   #define _PROTO_XPKSUB_H        /* these lines disable loading    */
  22.   #define _PROTO_POWERPACKER_H        /* of proto files        */
  23.   #define _PROTO_XFDMASTER_H
  24. #endif
  25.  
  26. #define XPK_ALLINONE    static
  27.  
  28. #include "xpkmaster.c"
  29. #include "texts.c"
  30. #include "query.c"
  31. #include "checksum.c"
  32. #include "fault.c"
  33. #include "fib.c"
  34. #include "hook.c"
  35. #include "hook_fh.c"
  36. #include "hook_mem.c"
  37. #include "objects.c"
  38. #include "xbuf.c"
  39. #include "open.c"
  40. #include "password.c"
  41. #include "progress.c"
  42. #include "sublibs.c"
  43. #include "tags.c"
  44.  
  45. #endif /* XPKMASTER_ALL_C */
  46.